/* CSS Document */
body { margin: 0; padding: 0; font-family: Arial,"Microsoft YaHei";background: #fff; font-size: 14px; color: #666; }
img {border: none; }
ul, li { list-style: none; margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, blockquote, fieldset, div, strong, label, em ,input,button{ margin: 0; padding: 0; border: 0; }
a { text-decoration: none; color: #666; font-family: Arial,"Microsoft YaHei"; }
#clear { clear: both; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }

#header_box { width: 100%; height: 146px; background: url(../images/top_bg.jpg) repeat-x; }
#header { width: 1200px; margin: 0 auto; }
#header .header_top { height: 30px; line-height: 30px; color: #929091; }
#header .top_left { float: left; }
#header .top_nav { float: right; }
#header .top_nav a { display: inline-block; width: 60px; text-align: center; color: #929091; }
#header .logo { float: left; }
#header .top_tel { float: right; background: url(../images/tel.jpg) no-repeat left 13px; height: 66px; width: 240px; position: relative; }
#header .top_tel .tel { position: absolute; left: 67px; top: 17px; }
#header .top_tel .tel b { color: #c90103; font-size: 22px; }
#header .top_tel .tel p { font-size: 15px; }
.fl{float:left;}
.fr{float:right;}
#search{ float:right;width:300px; font-family: Arial,"Microsoft YaHei";overflow:hidden; z-index:99;padding-top:18px; height:40px; line-height:40px;; }
#search .ss_input{ width:238px;  border:none; height:40px; line-height:40px; padding-left:20px; font-size:14px; color:#ccc;font-family:Arial,"Microsoft YaHei"; float:left;resize:none;border-radius:20px 0 0 20px;-moz-box-sizing: border-box;box-sizing: border-box; background:#f2f2f2;outline:none;}
#search .ss_an{ width:61px; height:40px; float:left; border:none; cursor:pointer; background:#273e82 url(../images/ss.png) center center no-repeat;outline:none;border-radius:0 20px 20px 0}
#header .header_bottom { margin-top: 16px; }
@media (max-width:1110px){	
#header{width:95%;}
#search{width:270px;}
#search .ss_input{width:75%;padding-left: 5%;}
#search .ss_an{width:20%;}
}
@media (max-width:880px){
#header_box{background:none;height:auto;}
#header .header_bottom{margin-top:8px;margin-bottom:20px;}
#header .header_top{display:none;}
#header .logo{float:none;width:100%;}
#header .logo a{display:block;width:100%;height:100%;text-align:center;}
#header .logo img{max-width:100%;max-height:100%;}
#search{float:none;width:100%;padding-top:0;}
#search .ss_input {width: 80%;padding-left: 5%;}
}
@media (max-width:767px){

}

/**ly_nav**/
.ly_nav { width:100%; margin: 0 auto; padding: 0; background-color: #273e82;}
.navigation { width: 1200px; max-width:1440px;margin:0 auto; padding:0; list-style:none;}
.navigation li { float:left;position:relative;width:12.5%;}
.navigation li a { display:block; width:100%; height: 52px; line-height: 52px; margin: 0; padding:0; text-decoration:none; text-align:center; text-transform:uppercase; color:#ffffff; font-size: 16px;text-align: center;}
.navigation li:hover, .navigation li a:hover, .navigation li a.nav_on { color:#fff; background-color: #091e5c;}
.navigation ul { position:absolute; left:0; top: 48px; display:none; margin:0; padding:0; list-style:none; z-index: 999; background-color: #fff; border-top: 2px solid #e20100;}
.navigation ul li { width:120px; float:left; border-top:none;}
.navigation ul li:nth-child(even) { background-color:#f5f6f8;}
.navigation ul a { display:block; height:40px; line-height: 40px; padding:0; color:#4e607b; font-size: 14px; font-weight: normal; text-decoration:none; border-top:none;}
.navigation ul a:hover { color:#fff; background-color: #fe0100;}
.web_nav{display:none;width:90%; height: 40px;line-height:40px;color:#fff;font-size:16px;margin:0 auto;font-weight:bold;}
.btn-menu {display:block;float:right;position:relative;background:transparent;cursor:pointer;padding: 14px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#ffffff;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:1px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:1px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}
@media (max-width:1199px){	
.navigation{width:96%;}
.navigation li{width:11%;}
.navigation li a{width:100%;}
}
@media (max-width:767px){
.web_nav{width:96%;display:block;}
.navigation{width:100%;display:none;}
.navigation li{width:100%;background:#f1f1f1;border-bottom:1px solid #ffffff;z-index: 99999;}
.navigation li a{color:#515671;height:40px;line-height:40px;}
}


/**banner**/
@media screen and (min-width:1081px) {
.apple-banner { width: 100%; height: 675px; overflow: hidden;}
.apple-banner .swiper-container { width: 100%; height: 675px;}
.apple-banner .swiper-button-prev,.apple-banner .swiper-button-next { width: 15%; height: 100%; top:0; background:none;display:none !important;}
.apple-banner .swiper-button-prev { left:0;}
.apple-banner .swiper-button-next { right:0;}
/*.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; left: 20px; top: 50%; margin-top:-32px; border-radius: 100%; background: #007deb url(../images/arrows1.png) no-repeat center center; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-next span { background: #007deb url(../images/arrows2.png) no-repeat center center; left:auto; right:20px; }*/
.apple-banner .swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: 1;}
/*分页器*/
.apple-banner .swiper-pagination{ top:auto; bottom:20px; background:none;}
.apple-banner  .swiper-pagination-bullet { display: inline-block; width: 30px; margin: 0 3px; cursor: pointer; background: none; border-radius:0; opacity: 1;}
.apple-banner  .swiper-pagination-bullet span { width: 30px; height: 3px; display: block; background: rgba(255,255,255,0.8);}
.apple-banner .swiper-pagination-bullet-active span{ background-color: #273e82;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,0.8);}
.apple-banner  .swiper-pagination-bullet i{ background-color: #273e82; height: 3px; transform:scaleX(0); transform-origin: 0; display: block;}
.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1);}
.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1);}
.apple-banner  .autoplay .replace span{ background-color:#fff;}
}
@media screen and (max-width:1080px) {
.apple-banner { width: 100%; height: 3rem; overflow: hidden;}
.apple-banner .swiper-container { width: 100%; height: 3rem;}
.apple-banner .swiper-button-prev,.apple-banner .swiper-button-next { width: 15%; height: 100%; top:0; background:none;display:none !important;}
.apple-banner .swiper-button-prev { left:0;}	
.apple-banner .swiper-button-next { right:0;}
/*.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span { display:block; width: 0.64rem; height: 0.64rem; position: absolute; left: 3%; top: 50%; margin-top:-0.32rem; border-radius: 100%; background: rgba(51,122,183,1) url(../images/arrows1.png) no-repeat center center; background-size: 0.17rem 0.3rem; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-next span { background: rgba(51,122,183,1) url(../images/arrows2.png) no-repeat center center; background-size: 0.17rem 0.3rem; left:auto; right:3%; }*/
.apple-banner .swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: 1;}
/*分页器*/
.apple-banner .swiper-pagination{ top:auto; bottom:0.12rem; background:none;}
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 0.5rem; height: 0.02rem; margin: 0 0.03rem; cursor: pointer; background: none; border-radius:0; opacity: 1;}
.apple-banner .swiper-pagination-bullet span { width: 0.5rem; height: 0.02rem; display: block; background: rgba(255,255,255,0.8);}
.apple-banner .swiper-pagination-bullet-active span{ background-color: #ff7200;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,0.8);}
.apple-banner .swiper-pagination-bullet i{ background-color: #ff7200; height: 0.02rem; transform:scaleX(0); transform-origin: 0; display: block;}
.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1);}
.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1);}
.apple-banner .autoplay .replace span{ background-color:#fff;}
}


#con_top { width: 1200px; margin: 40px auto; overflow: hidden; }
#con_top .news { width: 48%; float: right; }
#con_top .article { width: 48%; float: left; }
.biaoti_left { float: left; line-height: 30px; }
.biaoti_left p, .biaoti_left1 p { font-size: 28px; color: #252525; font-weight:bold;}
.biaoti_left span, .biaoti_left1 span { color: #a7a7a7; font-size: 14px; letter-spacing: 0.05em; }
.biaoti_left1 { float: left; line-height: 30px; position: relative; }
.biaoti_left1 img { position: absolute; left: 127px; top: 8px; }
.biaoti_right { float: right; border: 1px solid #b2b2b2; width: 118px; height: 33px; text-align: center; line-height: 33px; margin-top: 7px; font-size: 14px; }
.biaoti { height: 50px; }
.new_tp { width: 100%; height: 115px; overflow: hidden; margin: 0 auto; padding: 20px 0; }
.new_tp .newswrap .new_img { width: 30%; height: 120px; overflow: hidden; margin: 0 3% 0 0; padding: 0; float: left; background:#f1f1f1;}
.new_tp .newswrap .new_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.new_tp .newswrap .new_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.new_tp .newswrap .newstlt1 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #343434; font-size: 16px; margin-top: 0; }
.new_tp .newswrap .newstlt1 a{color:#333;}
.new_tp a:hover{color:#de0124;}
.new_tp .newswrap p { width: 100%; height: 48px; overflow: hidden; line-height: 24px; font-size: 14px; text-align: justify; text-justify: inter-ideograph; }
.new_tp span { color: #e00022; display:block; padding-top:5px;}
#ny_newslb_box { clear: both; margin-top: 10px;margin-bottom:10px; }
#ny_newslb_box li { height: 33px; line-height: 33px; background: url(../images/ico1.jpg) no-repeat left center; padding-left: 12px; font-size: 14px; overflow: hidden; }
#ny_newslb_box li a { color: #2c2c2c; float: left; font-size: 15px; display:block;width:80%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#ny_newslb_box li span { float: right; color: #a9a9a9;display:block; width:20%; text-align:right;}

#ny_newslb_box1 { clear: both; margin-top: 11px; }
#ny_newslb_box1 li { height: 45px; line-height: 45px; background: url(../images/ico1.jpg) left center no-repeat; padding-left: 12px; font-size: 15px; overflow: hidden; border-bottom:1px dotted #ddd; }
#ny_newslb_box1 li a { color: #2c2c2c; float: left; font-size: 15px;display:block;width:75%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
#ny_newslb_box1 li span { float: right; color: #a9a9a9; display:block;width:22%;text-align:right;}
#ny_newslb_box1 li a:hover{color:#de0124;}

.ny_new { margin-top: 10px; }
.ny_new li { width: 100%; height: 90px; overflow: hidden; padding: 10px 0; }
.ny_new li>div { display: block; width: 100%; height: 90px; overflow: hidden; margin: 0 auto; }
.ny_new li .nw_time { width: 18%;
    height: 90px;
    overflow: hidden;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    font-family: "PingFang SC", "Arial", "Helvetica", "Microsoft YaHei", "sans-serif";
    text-align: center;
    background-color: #de0124;
    float: left;}
.nw_time span { display: block;
    width: 90px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 14px 0 0;}
.ny_new li a .artlt { height: 25px; overflow: hidden; line-height: 25px; color: #333; font-size: 16px; margin: 0 0 6px; }
.ny_new li .nw_right p { height: 44px; overflow: hidden; line-height: 20px; color: #999; font-size: 14px; text-align: justify; text-justify: inter-ideograph; }
.ny_new li>div .nw_right { width: 82%; float: left; background: #f5f6f8; padding: 6px 15px; height: 90px; box-sizing:border-box;}
.ny_new li a:hover .artlt{color:#de0124;}
#ny_newslb_box li a:hover{color:#de0124;}
.new_tp .new_right{float:right;width:67%;}
.ckqb{text-align:center;}
.ckqb a{width:100% !important;color: #273e82 !important;}
.ckqb .protlt{color: #273e82 !important;border: 1px solid #273e82 !important;}

.fvopvideo { width:80% !important; height:500px!important;margin:0 auto 20px !important;position:relative;z-index:99;}

@media (max-width:1110px){	
#con_top{width:95%}
#con_top .article{width:48%;}
#con_top .news{width:48%;}
.ny_new li{width:100%;}
.ny_new li>div{width:100%;}
.ny_new li .nw_time{width:26%; line-height:50px;}
.nw_time span{width:100%;}
.ny_new li>div .nw_right{width: 70%;padding: 6px 2%;height: 78px;}
.new_tp{width:100%;}
.new_tp .newswrap .new_img{width:30%;margin:0;}
.new_tp .newswrap .new_img a{display:block;}
.new_tp .newswrap .new_img a img{max-width:100%;max-height:100%;}
.new_tp .newswrap .newstlt1{width:100%;font-size:14px;}
.new_tp .newswrap p{width:100%;}
.new_tp .new_right{width:68%;}
}
@media (max-width:880px){
#con_top .article{float:none;width:100%;margin-bottom:10px;}
#con_top .news{float:none;width:100%;}
#con_top{margin: 24px auto;}
.biaoti_left p, .biaoti_left1 p{font-size:22px;font-weight:bold;}
.biaoti_left span, .biaoti_left1 span{display:none;}
.biaoti_right{margin-top:0;}
.biaoti{height:35px;}
.biaoti_left1{line-height:35px;}
.biaoti_left{line-height:33px;}
.nw_time span{font-size:16px;}
.ny_new li a .artlt{font-size:14px;}
#ny_newslb_box1{margin-top:0;}
.new_tp{width:100%;padding: 20px 0 0;}
.new_tp .newswrap .new_img{height:100px;}

.fvopvideo{ width:100% !important; height:420px !important;}

}
@media (max-width:767px){
	.fvopvideo{ width:100% !important; height:240px !important;}
}
@media (max-width:375px){
	.fvopvideo{ height:200px !important;}
}


#pro_box { width: 100%; background: url(../images/cp_bg.png) no-repeat; min-height: 531px; padding-top: 40px;background-size: cover; }
#pro_box .pro { width: 1200px; margin: 0 auto; }
/*产品居中代码*/
.pro ul { margin: 20px auto 0; }
.pro ul li { width: 23.5%; height: auto; float: left; margin-right: 2%; margin-bottom: 20px; }
.pro ul li:nth-child(4n) { margin-right: 0px; }
.pro .proimg_bk { width: 100%; height: 200px; overflow:hidden;}
.pro .proimg_bk a.proimg { display:block; width: 100%; height: 100%;background:#fff; overflow:hidden; position:relative;}
.pro .proimg_bk a.proimg img { display:block; max-width: 100%; max-height: 100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.pro .pro_wz { width:100%; overflow:hidden; margin:4px auto 0; padding:0;}
.pro .pro_wz a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#666; font-size:15px; text-align:center; font-weight:bold; margin:0 auto; padding:0;}
.pro1 ul { margin-top: 25px; }
.pro1 ul li { width: 32%; height: auto; float: left; margin:0 2% 20px 0; padding:0;}
.pro1 ul li:nth-child(3n) { margin:0 0 20px 0;}
.pro1 .proimg_bk { width: 100%; height: 200px;background: #fff; }
.pro1 .proimg_bk .proimg { display:block;width: 100%;height: 100%; background:#f1f1f1;text-align:center; position:relative;}
.pro1 .proimg_bk img { display:block; max-width: 100%; max-height: 100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.pro1 .proimg_bk .proimg .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.pro1 .pro_wz { margin-top: 10px; width:100%; overflow:hidden; margin:10px auto 0; padding:0;}
.pro1 .pro_wz a { display:block; width:100%; height:32px; overflow:hidden; line-height:32px; text-align: center; font-size: 15px; font-weight: bold;}
.pro1 .pro_wz a:hover { color:#273e82;}
#fwzc { width: 100%; background: url(../images/fwzc.jpg) no-repeat center; height: 289px;background-size: cover; }
#gywm { width: 1200px; margin: 57px auto; }
#gywm .gywm_left { width: 64%; float: left; }
#gywm .gywm_left .gywm_con { line-height: 30px; text-indent: 2em; margin-top: 15px; color: #555;font-size: 15px; }
#gywm .gywm_left .gywm_con span { display: block; width: 113px; height: 35px; line-height: 35px; font-size: 15px; text-align: center; background: #e00024; color: #fff; text-indent: 0em; margin-top: 15px; }
#gywm .gywm_right { width: 34%; overflow:hidden; float: right; }
.gywm_right img { display:block; max-width:100%; height:auto; margin:0; padding:0;}
@media (max-width:1110px){	
#pro_box .pro{width:95%;}
.pro ul li{width:23.5%;margin-right:2%;}
.pro ul li:nth-child(4n){margin-right: 0;}
.pro .proimg_bk{width:100%;}
.pro .proimg_bk .proimg{width:100%;}
.pro .proimg_bk img{max-width:100%;}

#pro_box .pro1{width:95%;}
.pro1 ul li{width:23.5%;margin-right:2%;}
.pro1 ul li:nth-child(3n) { margin-right: 2%; }
.pro1 ul li:nth-child(4n){margin-right: 0;}
.pro1 .proimg_bk{width:100%;}
.pro1 .proimg_bk .proimg{width:100%;}
.pro1 .proimg_bk img{max-width:95%;max-height:95%;}

#fwzc{height:240px;}
#gywm{width:95%;}
#gywm .gywm_left{width:60%;}
#gywm .gywm_right{width:38%;}
#gywm .gywm_right img{max-width:100%;max-height:100%;}
}
@media (max-width:880px){
#fwzc{height:218px;}
#gywm{margin:20px auto;}
}
@media (max-width:767px){
.pro ul li{width:49%;}
.pro ul li:nth-child(2n){margin-right: 0;}
.pro1 ul li{width:49%;}
.pro1 ul li:nth-child(2n){margin-right: 0;}
#pro_box{padding-top:25px;}
#fwzc{height:105px;}
#gywm .gywm_right{width:100%;margin-top:10px;text-align:center;}
#gywm .gywm_left{width:100%;}
#gywm .gywm_left .gywm_con span{font-size:14px;}

}


.lk_main { width: 1200px; overflow: hidden; margin: 20px auto; }
.lk_main .linktlt { width: 80px; height: 30px; line-height: 30px; color: #273e82; font-size: 14px; float: left; }
.lk_main a { display: inline-block; height: 30px; overflow: hidden; line-height: 30px; color: #666; font-size: 13px; margin: 0 10px 0 0; padding: 0; }
#foot_box { width: 100%;background: #273e82;}
#foot_box a{ color:#fff;}
#foot_box .foot { width: 1200px; margin: 0 auto;padding-bottom:20px; color: #fff; position: relative; }
#foot_box .foot .db11{ width:1200px; margin:0 auto; overflow:hidden;}
#foot_box .foot .db11 .logo1{float: left;width:14%; height:auto; overflow:hidden;margin-top:20px;}
#foot_box .foot .db11 .logo1 img { display:block; max-width:100%; height:auto;}
#foot_box .foot .db11 .dbnr{ float:right; width:84%; overflow:hidden; margin-top:15px;}
#foot_box .foot .db11 .dbnr .dh{ height:40px; line-height:40px; background:#213568; overflow:hidden;}
#foot_box .foot .db11 .dbnr .dh ul li{ float:left; font-size:15px; width:110px; text-align:center; overflow:hidden;}
#foot_box .foot .db11 .dbnr .dh ul li a{ color:#fff;line-height: 36px;}
#foot_box .foot .db11 .dbnr .dblist{}
#foot_box .foot .db11 .dbnr .dblist .dblx{overflow:hidden; margin:20px 10px 8px 10px;font-size:14px; color:#ffffff;line-height:22px;}
#foot_box .foot .db11 .dbnr .dblist .dblx_r{float:right;margin: 20px 10px 8px 10px;width:480px;}
#foot_box .foot .db11 .dbnr .dblist .dblx_r li{float:left;margin-right:5px;}
#foot_box .foot .db11 .dbnr .dblist .dblx_r li a{display:block;height:24px;line-height:24px;}
#foot_box .foot .db11 .dbnr .dblist .dblx p{ height:auto; line-height:24px; overflow:hidden; font-size:14px; color:#ffffff;padding-bottom: 10px;}
#foot_box .foot .db11 .dbnr .dblist .dblx a{color:#ffffff;}
#foot_box .foot .db11 .dbnr .dblist .ks{ float:right; width:380px; overflow:hidden;}
#foot_box .foot .db11 .dbnr .dblist .ks .kstit{ font-size:18px; font-weight:bold; color:#fff; height:40px; line-height:40px; overflow:hidden; text-indent:20px;}
#foot_box .foot .db11 .dbnr .dblist .ks .ksnr1{    height: 110px;overflow: hidden;color:#d7d7d7;}
#foot_box .foot .db11 .dbnr .dblist .ks .ksnr1 ul li{ float:left; width:120px; text-align:center; height:22px; line-height:22px; color:#d7d7d7;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#foot_box .foot .db11 .dbnr .dblist .ks .ksnr1 ul li a{ color:#d7d7d7;}
#foot_box .foot_top { position: absolute; top: 46px; width: 1200px; }
#foot_box .foot dl.zycp { width: 450px; float: left; }
#foot_box .foot dl.zycp dd, #foot_box .foot dl.lxwm dd, #foot_box .foot dl.sjz dd { font-size: 16px; border-bottom: 1px solid #fff; width: 65px; height: 35px; line-height: 35px; margin-bottom: 20px; }
#foot_box .foot dl.zycp dt { line-height: 28px; color: #c2c2c4; font-size: 13px; width: 200px; float: left; }
#foot_box .foot dl.lxwm { width: 274px; float: right; margin-right: 60px; }
#foot_box .foot dl.lxwm dt { line-height: 28px; color: #c2c2c4; font-size: 13px; }
#foot_box .foot dl.sjz { width: 158px; float: right; }
#foot_box .foot_bottom { width: 1200px;height:48px; margin:0 auto;line-height:48px;}
#foot_box .foot_l { float: left;color:#fff; }
#foot_box .foot_r { float: right;color:#fff; }
#foot_box .foot2{width:100%;background:#233468;color:#fff;}
@media (max-width:1110px){	
.lk_main{width:95%;}
#foot_box .foot{width:95%;}
#foot_box .foot_bottom{width:95%;}
#foot_box .foot .db11{width:100%;}
#foot_box .foot .db11 .logo1{width:15%;height:auto;}
#foot_box .foot .db11 .logo1 a{display:block;}
#foot_box .foot .db11 .logo1 img{max-width:100%;max-height:100%;}
#foot_box .foot .db11 .dbnr{width:80%;}
#foot_box .foot .db11 .dbnr .dh ul li{width:14%;}
#foot_box .foot .db11 .dbnr .dblist .dblx p{height:auto;}
}
@media (max-width:880px){

}
@media (max-width:767px){
#foot_box .foot .db11 .logo1{display:none;}
#foot_box .foot .db11 .dbnr{width:100%;margin-top:0;}
#foot_box .foot .db11 .dbnr .dh{display:none;}
#foot_box .foot_bottom{height:auto;overflow:hidden;line-height: 20px;padding: 10px 0;}
#foot_box .foot_l{float:none;}
#foot_box .foot_r{float:none;}
#foot_box .foot{padding-bottom:0;}
}

.ly_aboutus { width: 1200px; overflow: hidden; margin: 0 auto; padding: 0; }
.ab_p1, .ab_p2, .ab_p3, .ab_p4, .ab_p5, .ab_p6 { width: 1200px; overflow: hidden; margin: 40px auto; padding: 0; }
.ab_tit { width: 1200px; overflow: hidden; margin: 0 auto 20px; padding: 0; }
.ab_icon1, .ab_icon2, .ab_icon3, .ab_icon4, .ab_icon5, .ab_icon6 { display: block; width: 70px; height: 76px; overflow: hidden; margin: 0 auto; padding: 0; }
.ab_icon1 { background: url(../images/ab_icons.png) 0 0 no-repeat; }
.ab_icon2 { background: url(../images/ab_icons.png) 0 -119px no-repeat; }
.ab_icon3 { background: url(../images/ab_icons.png) 0 -223px no-repeat; }
.ab_icon4 { background: url(../images/ab_icons.png) 0 -325px no-repeat; }
.ab_icon5 { background: url(../images/ab_icons.png) 0 -426px no-repeat; }
.ab_icon6 { background: url(../images/ab_icons.png) 0 -523px no-repeat; }
.ab_line { display: block; width: 1200px; height: 6px; overflow: hidden; margin: 10px auto 5px; padding: 0; background: url(../images/ab_line.png) 0 0 no-repeat; }
.ab_tit h2 { width: 1200px; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 18px; font-weight: bold; text-align: center; margin: 0 auto; padding: 0; }
.ab_con_img { width: 1200px; max-height: 300px; overflow: hidden; margin: 0 auto; padding: 0; display: table-cell; vertical-align: middle; text-align: center; }
.ab_con_img img { max-width: 100%; max-height: 100%; }
.ab_p1 h3, .ab_p2 h3, .ab_p3 h3, .ab_p4 h3, .ab_p5 h3, .ab_p6 h3 { width: 1200px; overflow: hidden; margin: 10px auto; padding: 0; color: #000; font-size: 16px; font-weight: bold; text-align: center; }
.ab_p1 p, .ab_p2 p, .ab_p3 p, .ab_p4 p, .ab_p5 p, .ab_p6 p { width: 100%; overflow: hidden; margin: 10px auto; padding: 0; line-height: 24px; color: #666; font-size: 14px; text-align: justify; text-justify: inter-ideograph; }
.ab_p1 p span, .ab_p2 p span, .ab_p3 p span, .ab_p4 p span, .ab_p5 p span, .ab_p6 p span { color: #000; font-weight: bold; }
.hy_main { width: 590px; height: 230px; overflow: hidden; margin: 10px auto; padding: 0; background: #e6e6e6 url(../images/hy_line.jpg) center center no-repeat; }
.hy_main .hy_img { width: 295px; height: 185px; overflow: hidden; margin: 0; padding: 23px 0 22px; display: table-cell; vertical-align: middle; text-align: center; }
.hy_main .hy_text { width: 215px; height: 150px; overflow: hidden; margin: 0; padding: 40px; }
.hy_text h5 { width: 100%; overflow: hidden; line-height: 40px; margin: 14px 0 20px; padding: 0; color: #333; font-size: 18px; font-weight: bold; }
.hy_text p { width: 100%; overflow: hidden; line-height: 30px; margin: 0; padding: 0; color: #333; font-size: 14px; }
.hy_text p em { color: #d90101; font-family: "Arial"; font-size: 24px; font-weight: bold; font-style: normal; }
.gsxx { width: 840px; height: 150px; overflow: hidden; margin: 10px auto; padding: 80px; background: url(../images/gsxx_bg.jpg) 0 0 no-repeat;    background-size: contain; }
.gsxx ul{height:180px;overflow:hidden;position:relative;}
.gsxx_icon{position:absolute;top:40px;right:40px;}
.gsxx ul li { width: 50%; overflow: hidden; line-height: 30px; color: #333; font-size: 14px; margin: 0; padding: 0 0 0 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.gsxx ul li span { color: #666; }
.ab_lxfs { width: 1200px; overflow: hidden; margin: 10px auto; padding: 40px 80px; border: 1px dotted #d9d9d9; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.ab_lxfs ul li { width: 50%; overflow: hidden; line-height: 30px; color: #333; font-size: 14px; margin: 0; padding: 0 0 0 30px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.ab_lxfs ul li span { color: #666; }
.ny_tit { width: 860px; height: 60px; overflow: hidden; line-height: 60px; margin: 0 0 25px 25px; padding: 0; border-bottom: 1px solid #d9d9d9; }
.ny_tit2{width:1200px; margin-left:0;}
.ny_tit img { display: block; width: 30px; height: 30px; overflow: hidden; margin: 15px 10px 15px 0; padding: 0; float: left; }
.ny_tit a { color: #333; font-size: 14px; }
.ny_tit a:hover { color: #f90; }
.aboutcon{line-height:24px;}

.pro_ny { width: 1200px; margin: 0px auto; overflow:hidden;padding-bottom:30px;min-height:500px;}
.pro_ny .pro_l { width: 24%; float: left; margin-top: 20px;margin-bottom: 20px; }
.pro_ny .pro_r { width: 74%; float: right; margin-top: 20px; }
.pro_ny .pro_l .title,.pro_ny .pro_l .title1 { width: 210px; height: 75px; background: #cc0000; }
.pro_ny .pro_l .title span{ font-size: 26px; display: block; float: left; margin-top: 10px; margin-left: 30px; color: #fff; }
.pro_ny .pro_l .title1 span { font-size: 26px; display: block; float: left; margin-top: 11px; margin-left: 30px; color: #fff; }
.pro_ny .pro_l .title p,.pro_ny .pro_l .title1 p { font-size: 14px; display: block; float: left; margin-left: 30px; color: #e0562f; }
.pro_ny .pro_l .list { background-image: url(../images/gb.jpg); width: 210px; }
.pro_ny .pro_l .list ul li { float: left; height: 50px; line-height: 50px; background: url(../images/list_icon.png)10px 18px no-repeat; width: 150px; font-size: 15px; font-weight: bold; padding-left: 30px; }
.pro_ny .pro_l .list ul li:hover { background: url(../images/list_icon_on.png)10px 18px no-repeat; }
.pro_ny .pro_l .list ul li:hover a { color: #273e82; }
.pro_ny .pro_l .list ul li a { color: #333; }
.pro_ny .pro_l .list ul div a { display: block; float: left; width: 190px; padding-left: 30px; color: #5a5a5a; height: 25px; line-height: 25px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.pro_ny .pro_l .list ul div a:hover { color: #273e82; }
.pro_r .title { width: 100%; border-bottom: 1px solid #d9d9d9; height: 50px; margin-bottom: 20px; }
.pro_r .title img { float: left; margin:10px 0px 0px 0px; }
.pro_r .title span { line-height: 50px; font-size:15px;}
.pro_r .title span a { color: #333; padding: 0px 5px; }
.pro_r .title span a:hover { color: #ff9900; }

.cp_left {width: 24%;margin-top:20px;}
.ny_main .cp_left {margin-top:0;}
.cp_left .left_bottom { width: 100%; height: 95px; background: #666; color: #fff; }
.cp_left .left_bottom span { font-size: 18px; display: block; width: 100%; text-align: center; line-height: 50px; }
.cp_left .left_bottom p { font-size: 24px; display: block; width: 100%; text-align: center; }
.cp_title {width:100%;height:80px;overflow:hidden;zoom:1;text-align: left; background: url(../images/short_title.png) no-repeat 40px center #273e82;}
.cp_text {padding: 16px 0 0 80px;}
.cp_title span {color: #fff; font-size: 14px;}
.cp_title b {font-size: 22px; color: #fff;}
.cp_title em {float: right;font-size: 14px;padding-right: 20px;display: none;}
.cp_title1 {display: none;}
.cp_left ul.pro_list {border:1px solid #ddd;border-top:none;padding-top:15px;padding-bottom:12px;}
.cp_left ul.pro_list li {margin:0 auto 8px auto;}
.cp_left ul.pro_list li .protlt{border:1px solid #ddd;overflow:hidden;}
.cp_left ul.pro_list li .protlt dt{float:right;background:url(../images/jt.png) no-repeat center center;width:15%;height:34px;}
.cp_left ul.pro_list li .protlt dt.on{background:url(../images/jt2.png) no-repeat center center;}
.cp_left ul.pro_list li .protlt a{width:78%;float:left;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.cp_left ul.pro_list li .protlt a dd{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;padding-left:15px;font-size:14px;}
.cp_left ul.pro_list li a {display:block;height:38px;line-height:38px; overflow: hidden;}
.cp_left ul.pro_list li>a {margin:0 6%;}
.cp_left ul.pro_list li div{margin:0 6%;}
.cp_left ul.pro_list li .protlt:hover {color:#273e82;border:1px solid #273e82;}
.cp_left ul.pro_list li .protlt_bd{display:none;}
.cp_left ul.pro_list li .protlt_bd a {display:block;height:34px;line-height:34px;background:none;border:none;padding-left: 15px;color:#555; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.cp_left ul.pro_list li .protlt_bd a:hover {background:none;border:none;}
@media (max-width:1110px){	
.pro_ny{width:95%;}
.cp_left{width:20%;}
.pro_ny .pro_r{width:78%;}
.cp_left .left_bottom{width:100%;}
.cp_title{background: #cc0000;text-align:center;}
.cp_text{padding:0;margin-top: 15px;}
}

@media (max-width:880px) {
	.cp_left .left_bottom{display:none;}
	.cp_title b {font-size: 18px;}
	.cp_title span {display: none;}
	.cp_text {padding: 6px 0 0 50px;margin-top:0;}
	.cp_left .cp_title {width:100%;height:40px;overflow:hidden;zoom:1;text-align: left; background: url(../images/short_title.png) no-repeat 20px center #cc0000;background-size: 20px;}
	.cp_title {width:100%;height:40px;overflow:hidden;zoom:1;text-align: left; background: url(../images/short_title.png) no-repeat 20px center #cc0000;background-size: 20px;}
	.cp {padding: 20px 0;}
	.cp_left {width: 100%;}
	.cp_title1 {display: block;margin-bottom: 20px;}
	.cp_title em {display: block;margin: 6px 0;}
	.cp_title em a {color: #fff !important;}
	.cp_left ul.pro_list {display: none;}
	.pro_ny .pro_r{width:100%;margin-top: 14px;}
	.pro_r .title{line-height:40px;height:auto;min-height:40px;margin-bottom:20px;}
	.pro_r .title img{float: none;margin: -5px 0 0 0;display: inline-block;vertical-align: middle;}
	.pro_r .title span{vertical-align: top;line-height:inherit;display: inline-block;}
	.cp_left ul.pro_list li div{margin: 0 3%;}
	.pro_ny{min-height:auto;}
}
@media (max-width:767px) {
	.cp_title b {font-size: 18px;}
	.cp_title span {display: none;}
	.cp_text {padding: 6px 0 0 50px;}
	.cp_left .cp_title {width:100%;height:40px;overflow:hidden;zoom:1;text-align: left; background: url(../images/short_title.png) no-repeat 20px center #cc0000;background-size: 20px;}
	.cp_title {width:100%;height:40px;overflow:hidden;zoom:1;text-align: left; background: url(../images/short_title.png) no-repeat 20px center #cc0000;background-size: 20px;}
	.cp {padding: 20px 0;}
	.cp_left {width: 100%;}
	.cp_title1 {display: block;margin-bottom: 20px;}
	.cp_title em {display: block;margin: 6px 0;}
	.cp_title em a {color: #fff !important;}
}


.news1 { overflow: hidden; zoom: 1; }
.news1 li { padding: 0 0 20px; height: auto; border-bottom: 1px solid #eee; position: relative; }
.news1 li .pic { width: 26%; height: 144px; border: 1px solid #eee; float: left;}
.news1 li .pic a{text-align:center;display:block;width:100%;height:100%;}
.news1 li .pic img { max-width: 95%; max-height: 95%;vertical-align:middle }
.news1 li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.news1 li .wz { float: right; width: 72%; }
.news1 li .wz .tlt { display: block; height: 40px; font-size: 18px; color: #333; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news1 li .wz .tlt:hover { color: #de0124; text-decoration: underline; }
.news1 li .wz p { font-size: 14px; color: #999; line-height: 24px; height: 72px; overflow: hidden;}
.news1 li .time { width: 100%; height:20px; overflow:hidden; line-height:20px; font-size: 14px; color: #999; padding:0; margin:4px auto 8px;}

.ly_case { width:1200px; overflow:hidden; margin:0 auto 20px; padding:0;}
.ly_case ul { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
.ly_case ul li {width: 23.5%;overflow:hidden;margin:0 2% 20px 0;padding:0;float:left;}
.ly_case ul li:nth-child(4n) { margin:0 0 20px;}
.ly_case ul li .case_img {width: 100%;height: 260px;overflow:hidden; margin:0; padding:0;}
.ly_case ul li .case_img a{ display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;border:1px solid #ededed; box-sizing:border-box; position:relative;}
.ly_case ul li .case_img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.ly_case ul li .casetlt a{ display:block;width:100%; height:40px; overflow:hidden; line-height:40px; margin:0 auto; padding:0; color:#5a5a5a; font-size:16px; font-weight:bold; text-align:center;}
.ly_case ul li p { width:100%;height:48px; overflow:hidden; line-height:24px; margin:0 auto; padding:0; color:#979797; font-size:14px; text-align:justify; text-justify:inter-ideograph;}
.ly_case ul li.mr_no { margin:0;}
.ly_case ul li:hover  .casetlt a{ color:#f90;}

#ny_newslb_box2{ margin:20px 10px 20px 35px;}
#ny_newslb_box2 li{ height:43px;line-height:46px; border-bottom:1px dotted #ddd; font-size:13px; overflow:hidden; background:url(../images/ico13.jpg) no-repeat left center; padding-left:20px;}
#ny_newslb_box2 li a.downone{ color:#636363; float:left; width:530px;}
#ny_newslb_box2 li a.downtwo{ float:right; margin:15px 15px 0 0; width:15px; height:12px; display:block; background:url(../images/job.png) no-repeat;}
#ny_newslb_box2 li a.downtwo:hover{ background:url(../images/job_hover.png) no-repeat;}
#ny_newslb_box2 li span{ float:left; color:#b6b6b6;}
.down_biaoti{ font-size:16px; text-align:center;}
.down_detail{ height:40px; background:#f6f6f6; margin-top:20px; line-height:40px; border:1px dotted #c8c8c8;}
.down_detail span{ display:block; float:left; width:138px; font-size:14px; text-align:center;}
.down_detail1{ height:40px; line-height:40px; border-bottom:1px dotted #c8c8c8;}
.down_detail1 span{ display:block; float:left; width:138px; font-size:14px; text-align:center;}
#job_content{ padding:15px;}
#zwms p{ line-height:22px;}
#zwms{ padding:15px;border-bottom:1px dotted #c8c8c8; }
#zwms b{ color:#2b62a2; font-size:14px;}
#job_content b{color:#2b62a2; font-size:14px;}
#job_content p{ line-height:25px; color:#949693;}
.newsname { width: 100%; padding: 0; font-size: 22px; font-weight: bold; line-height: 60px; height: 60px; border-bottom: 1px dotted #ddd; text-align: center; display: block; }
.dcont { line-height: 24px; padding: 0px 10px 10px 10px; }
#news_sx { margin: 20px 15px 20px 20px; color: #80817c; font-size: 14px; line-height: 30px;overflow: hidden; }
#news_sx .sx_left { float: left; }
#news_sx .sx_right { float: right; background: url(../images/fh.png) no-repeat right center; padding-right: 20px; margin-top: 10px; }

.branddata { width: 666px; height: 420px; display: block; clear: both; padding: 20px 0 0 0; text-align: center; }
.branddata table { width: 432px; height: 420px; border: 0px; margin: 0px auto; background: #EEEEEE; padding: 5px; }
.branddata table tr td { width: 432px; height: 420px; border: 1px solid #DBD8D8; background: #fff; text-align: center; vertical-align: middle; }
.branddata table tr td img { width: 432px; }

.cloud-zoom-lens { border: 4px solid #888; margin: -4px;	/* Set this to minus the border thickness. */ background-color: #fff; cursor: move; }
/* This is for the title text. */
.cloud-zoom-title { font-family: Arial, Helvetica, sans-serif; position: absolute !important; background-color: #000; color: #fff; padding: 3px; width: 100%; text-align: center; font-weight: bold; font-size: 10px; top: 0px; }
/* This is the zoom window. */
.cloud-zoom-big { border: 4px solid #ccc; overflow: hidden; }
/* This is the loading message. */
.cloud-zoom-loading { color: white; background: #222; padding: 3px; border: 1px solid #000; }
.jcarousel-skin-tango .jcarousel-clip { overflow: hidden; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0; margin-right: 2px; }
.jcarousel-skin-tango .jcarousel-container-horizontal { width: 99%; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 100%; }
.pro_gs { width: 100%; overflow: hidden; margin: 40px auto 0; padding: 0; }
.pro_gs .gs_tit { width: 100%; height: 45px; overflow: hidden; margin: 0 0 20px; padding: 0; border-bottom: 1px solid #d9d9d9; }
.gs_tit h3 { width: 120px; height: 45px; overflow: hidden; line-height: 45px; color: #fff; font-size: 15px; font-weight: bold; text-align: center; background-color: #5a5a5a; border-radius: 2px 2px 0 0; }
.pro_gs .gs_text { width: 100%; overflow: hidden; margin: 0; padding: 0 0 20px 0; border-bottom: 1px dotted #d9d9d9; }
.gs_text h4 { width: 100%; overflow: hidden; line-height: 24px; color: #333; font-size: 14px; font-weight: bold; text-indent: 2em; margin: 0 auto 10px; padding: 0; }
.gs_text p { width: 100%; overflow: hidden; line-height: 24px; color: #666; font-size: 14px; margin: 0 auto 10px; padding: 0; text-align: justify; text-justify: inter-ideograph; }
.pr_nt { width: 100%; height: 30px; overflow: hidden; margin: 30px auto; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.pr_nt ul li { width: 50%; height: 30px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; margin: 0; padding: 0; }
.pr_nt ul li span { color: #333; }
.pr_nt ul li a { color: #666; display: inline; }
.pr_nt ul li a:hover { color: #f90; }
.pr_nt ul li.fr { text-align: right; }

.ny_new1 { width: 74%; float: right; }

.prodetail .picslider {width:45%;margin-right:3%;position:relative;padding:5px 5px 40px 5px;}
.product .picslider {width:500px;float:left;position:relative;}
.flex-viewport {max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.prodetail .picslider ul li img {width:100%;}
.flex-control-nav {width:100%;position:absolute;bottom:70px;text-align:center;z-index:16;}
.picslider .flex-control-nav {left:0;bottom:15px;}
.itemdesc {width:48%;line-height:1.6;}
.itemdesc h1 {padding:4px 10px;color:#fff;font-size:20px;background:#0061a5;position:relative;}
.itemdesc .desc {background:#f1f1f1;font-size:14px;}
ul.item-list li .desc p,.itemdesc .desc p {position:relative;height:30px;font-family:Arial,sans-serif;line-height:30px;padding-left:125px;border-bottom:1px solid #fff;}
ul.item-list li .desc p span,.itemdesc .desc p span {position:absolute;left:0;top:0;background:#e9e9ea;width:115px;height:100%;text-align:center;}

/* item-view */
.item-view{margin-top:30px;*overflow:hidden;*clear:both;}
.itempic{position:relative;width:47%;margin-right:5%;*width:46%;border-radius:5px;-webkit-border-radius:5px;border:1px solid #e5e5e5;}
.itempic img{max-width:100%;width:100%;height:268px;border-radius:5px;-webkit-border-radius:5px;}
.itempic span.icon{background-position:-637px -6px;width:28px;height:28px;position:absolute;bottom:10px;right:10px;}
.itemdesc{width:48%;line-height:1.6;}
.itemdesc h1{padding:4px 10px;color:#fff;font-size:20px;background:#0061a5;position:relative;}
.itemdesc .desc{background:#f1f1f1;font-size:14px;}
.call-input{overflow:hidden;*clear:both;margin-top:30px;}
.call-input input{border:0;background:none;padding:0;height:35px;line-height:35px;}
.call-input input[type="text"]{width:52%;margin-right:2%;border-bottom:2px solid #ff7e00;}
.call-input input[type="submit"]{background:url(../images/icon.png) no-repeat;width:46%;color:#fff;height:35px;line-height:normal;cursor:pointer;margin:2px 0 0 0;font-size:16px;text-align:center;background-position:-596px -125px;}
.call-input input[type="submit"]:hover{color:#000;}
.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.zoomMask{position:absolute;background:url(../images/mask.png) repeat;cursor:move;z-index:1;}
.pn-btn{margin-top:30px;}
.pn-btn a{display:block;color:#707070;padding:2px 0;}
.pn-btn a i{margin-right:20px;}
.pn-btn a strong{margin-right:8px;}
.pn-btn a:hover{color:#ff7e00;}

.smallImg {height:90px;width:100%;position:relative;overflow:hidden;margin-top:8px;}
.smallImg .tempWrap{width:100% !important;}
.smallImg_in{height:90px;width:100%;overflow:hidden;padding:0 30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.smallImg ul {position:absolute;margin:0 10px 0 10px !important;width:625px;}
.smallImg ul li {float:left;width:90px;height:94px;    margin: 0 5px;}
.smallImg ul li.on td {border:1px solid #0061a5;}
.smallImg ul li table td {text-align:center;vertical-align:middle;width:102px;height:76px;padding:2px;border:1px solid #dedede;}
.smallImg ul li table td  img{width:80% !important;}
.smallImg .btnLeft {width:30px;height:82px;position:absolute;left:0;top:1px;background: url(../images/btn.png) left top no-repeat;}
.smallImg .btnRight {width:30px;height:82px;position:absolute;right:0;top:1px;background: url(../images/btn.png) right top no-repeat;}

.prodetail_ms{line-height:26px;color:#555;margin-top:10px;height:186px;overflow:hidden;font-size:14px;}
.product_btn {width: 100%;overflow: hidden;margin: 30px 0 0;padding: 40px 0 0;border-top: 1px solid #dfdfdf;}
.product_btn a {display: inline-block;height: 44px;overflow: hidden;line-height: 44px;color: #fff;font-size: 16px;margin: 0 15px 0 0;padding: 0 30px;border-radius: 3px;}
.product_btn a.probtn1 { background-color:#fc2a2a;}
.product_btn a.probtn2 { background-color:#f90;}
.product_btn a.probtn1:hover { background-color:#e91515;}
.product_btn a.probtn2:hover { background-color:#ed8e00;}}

.pro_list {width:100%;overflow:hidden;margin:0;padding:0;}
.pro_con {width:100%;overflow:hidden;margin:0 auto;box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.pro_gs {width:100%;overflow:hidden;margin:0 auto 0;padding:0;}
.pro_gs .gs_tit {width:100%;height:45px;overflow:hidden;margin:0 0 20px;padding:0;border-bottom:1px solid #d9d9d9;}
.gs_tit p {width:120px;height:45px;overflow:hidden;line-height:45px;color:#fff;font-size:15px;font-weight:bold;text-align:center;background-color:#5a5a5a;border-radius:2px 2px 0 0;}
.pro_gs .gs_text {width:100%;overflow:hidden;margin:0;padding:0 0 20px 0;border-bottom:1px dotted #d9d9d9;}
.gs_text p {width:100%;overflow:hidden;line-height:24px;color:#666;font-size:14px;margin:0 auto 10px;padding:0;text-align:justify;text-justify:inter-ideograph;}
.pr_nt {width:100%;height:40px;overflow:hidden;margin:30px auto;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.pro_list ul {width:100%;overflow:hidden;margin:0;padding:0;}
.pr_nt ul li {width:50%;height:40px;overflow:hidden;line-height:40px;color:#666;font-size:15px;margin:0;padding:0;}
.pr_nt ul li span {color:#333;}
.pro_list ul li a {display:block;width:270px;height:300px;overflow:hidden;margin:0 auto;padding:0;}
.pr_nt ul li a {color:#666;display:inline;}

.product_ny{overflow:hidden;}
.product_ny .move00{margin-right:60px;margin-top:20px;margin-bottom:10px;}

.fc_950_5{ width:950px; float:left; padding:19px 0 20px 0;}
.picScroll-left{ width:950px; position:relative; float:left;padding:20px 0 22px 0;}
.picScroll-left .hd{ overflow:hidden; width:39px; position:absolute; top:-30px; right:0;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:17px; height:17px; float:left; cursor:pointer; }
.picScroll-left .hd .next{ float:right; background-position: -22px 0;  }

.picScroll-left .bd{ width:950px; overflow:hidden; float:left;}
.picScroll-left .bd ul{ zoom:1; width:960px;}
.picScroll-left .bd ul li{ margin:0 10px 0 0; width:230px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.pic_4{ width:228px; height:143px; border:solid 1px #ddd; overflow:hidden;}
.text_3{ width:100%; text-align:center; font-size:14px; color:#666; line-height:14px; margin:16px 0 0 0;}
.text_3 a{float:left; width:100%; overflow:hidden; text-overflow:ellipsis; color:#666;}



.ab_honor { width:1100px; height:140px; margin:30px auto 0; padding:0;}
.mr_frbox { width:1100px; height:140px; margin:0; padding:0; position:relative;}
.mr_frUl { width: 1100px; height: 140px; overflow: hidden; float: left; }
.mr_frUl ul li { display: inline; float: left; height: 118px; width: 178px; margin-right: 25px; padding:10px; overflow: hidden; border:1px solid #ccc; background-color:#fff;}
.mr_frUl ul li .hnr_img { width:178px; height:118px; overflow:hidden;position:relative;display:table-cell;text-align:center;vertical-align:middle;}.mr_frUl ul li .hnr_img img {vertical-align:middle;position:static;+position:relative;top:-50%;left:-50%; max-width:170px; max-height:110px}

.product {width:1200px;margin:40px auto;}
.product:after {content:'';clear:both;height:0;display:block;visibility:hidden;}
.product .productName {float:left;padding-bottom:15px;position:relative;width:1200px;}
.product .productName dt {float:left;width:1000px;font:bold 24px/38px "microsoft yahei";}
.product .productName dd {float:right;width:200px;}
.product .productName dd .back {color:#666;font-size:14px;display:block;float:right;line-height:24px;margin-top:10px;background:url(/NewShowStand/Style/17/images/product.png) no-repeat 100% 0;padding:0 34px 0 0;}
.product .productName dd .bdsharebuttonbox {float:right;}
.product .productName dd .bdsharebuttonbox .bds_more1 {font:normal 14px/22px "microsoft yahei";padding-left:22px;color:#959595;background:url(../../Images/Green/product.png) no-repeat -25px -32px;}
.product .productName dd .guest {float:right;font:normal 14px/22px "microsoft yahei";padding-left:22px;color:#959595;margin-left:16px;background:url(../../Images/Green/product.png) no-repeat -25px -56px;}
.product .productName .shareBox {position:absolute;right:0;top:50px;}
.product .productPhoto {float:left;width:500px;height:460px;}
.product .productPhoto .bigImg {position:relative;height:370px;overflow:hidden;margin-bottom:8px;}
.product .productPhoto .bigImg ul {position:absolute;}
.product .productPhoto .bigImg ul li {float:left;position:relative;width:500px;height:347px;}
.product .productPhoto .bigImg ul li table td {width:360px;height:347px;text-align:center;vertical-align:middle;padding:0 100px;border:1px solid #dfdfdf;}
.product .productPhoto .bigImg ul li .enlarge {position:absolute;bottom:28px;right:112px;width:52px;height:52px;background:url(../../Images/Green/enlarge.png) 0 0 no-repeat;}
.product .productPhoto .smallImg {height:84px;width:500px;position:relative;overflow:hidden;}
.product .productPhoto .smallImg ul {position:absolute;margin:0 30px 0 36px;}
.product .productPhoto .smallImg ul li {float:left;width:120px;height:82px;padding:0 6px;}
.product .productPhoto .smallImg ul li.on td {border:2px solid #0f9732;padding:0;}
.product .productPhoto .smallImg ul li table td {text-align:center;vertical-align:middle;width:116px;height:78px;padding:2px;}
.product .productPhoto .smallImg .btnLeft {width:30px;height:82px;position:absolute;left:0;top:0;background:url(../images/btn.png) left top no-repeat;}
.product .productPhoto .smallImg .btnRight {width:30px;height:82px;position:absolute;right:0;top:0;background:url(../images/btn.png) right top no-repeat;}
.product .productRt {float:right;width:410px;padding-top:20px;}
.product .productRt .price {border-bottom:1px solid #eee;width:380px;float:left;font:normal 14px/60px "microsoft yahei";color:#333;}
.product .productRt .price strong {font:bold 30px/56px "microsoft yahei";color:#e4393c;margin:0 8px 0 18px;}
.product .productRt .price b {font-weight:400;}
.product .productRt .price b,.product .productRt .price strong {float:left;display:inline-block;}
.product .productRt dl {margin-top:14px;float:left;width:380px;font:normal 14px/30px "microsoft yahei";}
.product .productRt dl dt {float:left;height:30px;width:85px;color:#333;}
.product .productRt dl dt b {width:2em;display:inline-block;}
.product .productRt dl dd {height:30px;width:295px;float:left;color:#666;}
.product .productRt .productBtn {margin-top:14px;border-top:1px solid #eee;padding-top:19px;width:380px;float:left;}
.product .productRt .productBtn a {width:110px;height:46px;display:inline-block;float:left;font:normal 18px/46px "microsoft yahei";color:#fff;border-radius:2px;text-align:center;margin-right:10px;background-color:#0f9732;}
.product .productRt .productBtn a.fav {background-color:#ff7100;}
.product .productRt .productBtn a.pay {width:130px;background-color:#fc2a2a;}
.product .productRt .productBtn p {width:420px;float:left;font:normal 14px/28px "microsoft yahei";text-align:left;padding:10px 0;}
.product .productRt .productBtn p b {color:#2e62c2;font-weight:400;}

.productText { width:470px; height:490px; overflow:hidden; margin:0; padding:0; float:right;}
.productText h1 { width:100%; overflow:hidden; margin:0 auto 30px; padding:10px 0 20px; color:#333; font-size:30px; border-bottom:1px solid #dfdfdf;}
.productText p { width:100%; overflow:hidden; line-height:24px; margin:0 auto 10px; padding:0; color:#999; font-size:14px;}
.productText p.desc{height:95px; overflow:hidden;}
.productText p span { color:#333;}
.productText p em { display:block; width:1px; height:10px; overflow:hidden; margin:7px 15px 0 0; padding:0; background-color:#c00; float:left; display:none;}
.productText .product_btn { width:100%; overflow:hidden; margin:30px 0 0; padding:40px 0 0; border-top:1px solid #dfdfdf;}
.product_btn a { display:inline-block; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:16px; margin:0 15px 0 0; padding:0 30px; border-radius:3px;}
.product_btn a.probtn1 { background-color:#fc2a2a;}
.product_btn a.probtn2 { background-color:#f90;}
.product_btn a.probtn1:hover { background-color:#e91515;}
.product_btn a.probtn2:hover { background-color:#ed8e00;}
.productText .others{ width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; margin:10px auto 0; padding:0;}

.pro_wrap{width:100%;height:390px;border: #ddd 1px solid; display: flex; justify-content: center;align-items: center;
display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}


@media (max-width:1110px){	
.ny_tit2{width:100%;}
.ly_case{width:95%;}
.ly_case ul{width:100%;}
.ly_case ul li{margin-right:2%;width:32%;}
.ly_case ul li .case_img{width:100%;}
.ly_case ul li .case_img img{max-width:95%;max-height:95%;}
.ly_case ul li .casetlt a{width:100%;}
.ly_case ul li p{width:100%;}
.product{width:100%;}
.ny_new1{width:77%;}
.product .picslider{width:50%;}
.productText{width:47%;}
.news1 li .pic{width:37%;}
.news1 li .pic a{display:block;width:100%;height:100%;}
.news1 li .wz{width:60%;}
}

@media (max-width:880px) {
#news_sx{margin: 10px 10px 0 10px;}
#news_sx .sx_left{float:none;width:100%;}
#news_sx .sx_right{float: left;}
.ly_case ul li .case_img{height:230px;}
.zoomdiv{display:none !important;}
.ny_new1{width:100%;}
.productText h1{font-size:22px;}
.productText{height:auto;}
.news1 li .pic{width:30%;}
.news1 li .wz{width:67%;}
}
@media (max-width:767px) {
.ly_msg ul li h4{display:none;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}
.ly_msg ul li .msg_ipt12{width:100% !important;}
.ly_msg ul li .msg_btn{width:100% !important;padding-right: 20px !important;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;}
.msg_btn input{width:100% !important;margin: 20px 0 0 0 !important;}
.ly_msg ul{margin:20px auto 0 !important;}
.ly_case ul li{width:49%;margin-bottom:20px;}
.ly_case ul li:nth-child(3n){margin-right:2%;}
.ly_case ul li:nth-child(2n){margin-right:0;}
.ly_case ul li .case_img{height:160px;}
.ly_case ul li p{height:40px;line-height:20px;font-size:14px;}
.product .picslider{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.productText{width:100%;}
.product{margin: 0 auto;}
.productText h1{margin: 0 auto 20px;}
.pr_nt ul li{width:100%;margin:5px 0;}
.pr_nt{height:auto;margin: 0px auto;}
.pr_nt ul li.fr{text-align:left;}
.pro_wrap{height:320px;}
.news1 li{height:auto;padding:0 0 20px;}
.news1 li .pic{width:100%;float:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.news1 li .wz{width:100%;float:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
}


/*分页*/
.ly_page {text-align:center;padding-top:20px;padding-bottom:20px;}
.ly_page  a{display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin-right: 5px;border-radius:2px;}
.ly_page  a:hover{background:#213568;color:#ffffff;}
.ly_page  a.pnnum1{background:#213568;color:#ffffff;}
.ly_page  input{display:inline-block;padding:0 5px;background:#213568;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;outline:none;}
.ly_page  .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}
@media (max-width:1199px) {  }
@media (max-width:992px) {.ly_page  td span{display:none;}.ly_page  td #firstpage{display:none;}.ly_page  td #endpage{display:none;}.ly_page  a{margin-right:5px;}.ly_page {font-size:0;color:#fff;margin-bottom: 0;padding-bottom:0;}.ly_pageinput{display:none !important;}.ly_page  a{font-size:14px;}}
@media (max-width:880px) { }
@media (max-width:767px) {}

.qq_style01{width:128px;position:absolute;top:150px;right:20px;z-index:999;}
.qq_style01 .qq_style_l{width:20px;height:20px;display:block;position:absolute;top:-8px;right:-8px;background:#1c5cb3 url(../images/qq_close.png) center center no-repeat;cursor:pointer;border-radius:50%;}
.qq_style01 .qq_style_l:hover{background:#ff1800 url(../images/qq_close.png) center center no-repeat;}
.qq_style01 .qq_style_r{width:128px;background:#1c5cb3;padding-top:5px;padding-bottom:5px;}
.qq_style01 .qq_style_r .qq_r_up{background:#ffffff;border-radius:2px;width:100px;margin:0 auto 5px;padding:10px 10px;}
.qq_style01 .qq_style_r .qq_r_up .qq_r_tlt{height:30px;line-height:30px;font-size:14px;color:#3782e7;background:url(../images/qq_icon1.png) left center no-repeat;padding-left:20px;border-bottom:1px solid #a3caff;}
.qq_style01 .qq_style_r .qq_r_up .qq_list{padding-top:5px;}
.qq_style01 .qq_style_r .qq_r_up .qq_list li{padding:2px 0 5px;}
.qq_style01 .qq_style_r .qq_r_up .qq_list li a{display:block;height:30px;line-height:30px;text-decoration:none;color:#555;font-size:14px;background:url(../images/qq.png) left center no-repeat;padding-left:20px;border-bottom:1px solid #e6e5e4;overflow:hidden;}
.qq_style01 .qq_style_r .qq_r_down{background:#ffffff;border-radius:4px;width:100px;margin:0 auto 5px;padding:10px 10px;}
.qq_style01 .qq_style_r .qq_r_down .tel_r_tlt{height:30px;line-height:30px;font-size:14px;color:#3782e7;background:url(../images/qq_icon2.png) left center no-repeat;padding-left:20px;border-bottom:1px solid #a3caff;}
.qq_style01 .qq_style_r .qq_r_down .tel_list li{display:block;height:30px;line-height:30px;text-decoration:none;color:#555;font-size:13px;border-bottom:1px solid #e6e5e4;overflow:hidden;}
.qq_style01 .qq_style_r .qq_code{background:#ffffff;border-radius:4px;width:100px;margin:0 auto;padding:10px 10px;}
.qq_style01 .qq_style_r .qq_code img{display:block;width:91px;height:91px;margin:0 auto;}
.qq_style01 .qq_style_r .qq_code p{font-size:14px;text-align:center;color:#555555;padding-top:5px;}
@media (min-width:881px) {
.sjboda,.sjfanhui{display:none;}
}
@media (max-width:880px) {
.qq_style01 .qq_style_l,.qq_style_r{ display:none;}
.qq_style01{ width:50px; right:5px;padding-top: 100px;}
.a-top{ display:none;}
.sjboda,.suspend-item:hover{border-radius: 50px; width:50px; background-image: linear-gradient(to top right, red, yellow);opacity: 0.9;margin-bottom: 15px;}
.sjboda i{background-image: url(../images/suspension-bgxin.png);background-position: 6px 6px;width: 45px;height: 50px;display: block;}
.sjfanhui{background-image: linear-gradient(to top right, #34ad6a, yellow);}
.sjfanhui,.sjfanhui:hover{ border-radius: 50px;width:50px; background:none;background-image: linear-gradient(to top right, #444645, #9f9f91) !important;}
.sjfanhui i{background-image: url(../images/suspension-top.png);background-position: 45px 5px;width: 45px;height: 50px;display: block;}
#elevator_item,#elevator_item2{display:none !important;}
	}


/*详情页内容超出设置*/

@media (min-width:1199px) {
#c_detail_wrap #new-div .zoom-caret{display:none !important;}
}
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal; line-height: 30px; font-size: 15px;text-indent: 2em;}

#c_detail_wrap #new-div{overflow-x: hidden;overflow-y: hidden;width: 100%;position:relative;}
#c_detail_wrap #new-div .zoom-caret{display:block;position: absolute;top: 10px;right: 5px;font-size: 50px;color: #a7a5a5;z-index: 2;padding: 0;margin: 0;opacity: .3;}
#c_detail_wrap #new-div table{transform-origin: left top;border-collapse: collapse;max-width: none!important;width: auto;}
#c_detail_wrap #new-div table td{padding: 3px;border: 1px solid #ccc;}

#c_detail_wrap #new-div.on{overflow:scroll; width: 100%;}
#c_detail_wrap #new-div.on .zoom-caret{display:none;}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {height:2px;}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {background-color:#bfbfbf;}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}


/*产品目录页产品板块*/
.pro_bdlist{}
.pro_bdlist li{float:left;width:100%;margin-right:0;margin-bottom:20px;background: #ffffff;padding:0 0;border-bottom:1px dashed #dedede;padding-bottom:20px;}
.pro_bdlist li:nth-child(2n) {margin-right: 0;}
.pro_bdlist li .pic{float:left;width:26%;height:162px;background:#fff;border:1px solid #f5f5f5;overflow:hidden;}
.pro_bdlist li .pic a{display:block;width:100%;height:100%;text-align:center;}
.pro_bdlist li .pic a img{max-width:95%;max-height:95%;vertical-align:middle;webkit-transition: -webkit-transform .8s ease;transition: -webkit-transform .8s ease;transition: transform .8s ease;transition: transform .8s ease, -webkit-transform .8s ease;-webkit-transform-origin: center center;transform-origin: center center;}
.pro_bdlist li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.pro_bdlist li .wz{float:right;width:72%;}
.pro_bdlist li .wz .tlt{display:block;font-size:16px;color:#333;height:34px;line-height:34px;margin-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_bdlist li .wz .desc{height:46px;font-size:14px;color:#a7a7a7;line-height:24px;overflow:hidden;}
.pro_bdlist li .wz .cs{font-size:14px;color:#999;padding:10px 0;width:100%;display: block;}
.pro_bdlist li .wz .cs p{max-width:48%;display:inline-block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.pro_bdlist li .wz .cs span{display:inline-block;width:4%;}
.pro_bdlist li .wz .ckxq{ display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;font-size:14px;color:#787878;border:1px solid #bbb;padding:5px 36px;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;}
.pro_bdlist li:hover .wz .ckxq{background-color: #273e82;border: 1px solid #273e82;color: #fff;}
.pro_bdlist li:hover .wz .tlt{color:#273e82;}
.pro_bdlist li:hover img{transform: scale(1.1) translateZ(0); -ms-transform: scale(1.1) translateZ(0); -webkit-transform: scale(1.1) translateZ(0); -o-transform: scale(1.1) translateZ(0);-moz-transform: scale(1.1) translateZ(0);}
@media (max-width:1199px) {
	
	
}
@media (max-width:992px) {
	
}
@media (max-width:880px) {
	
}
@media (max-width:767px) {
	.pro_bdlist li{float:left;width:48%;margin-right:4%;background: #ffffff;}
	.pro_bdlist li:nth-child(2n) {margin-right: 0;}
	.pro_bdlist li .pic{width:99%;}
	.pro_bdlist li .wz{width:100%;}
	.pro_bdlist li .wz .tlt{font-size:15px;text-align:center;margin-bottom:0;}
	.pro_bdlist li .wz .cs{padding:4px 0;}
	.pro_bdlist li .wz .cs p{width:100%;text-align:center;display:block;max-width:100%;margin-bottom:3px;}
	.pro_bdlist li .wz .desc{line-height:22px;}
	.pro_bdlist li .wz .ckxq{display:block;margin:0 auto;text-align:center;}
}


/**产品详细介绍**/
.tjpro_tit {width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 10px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.ny_main{padding-top:40px;}
.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
.prodetail_con .prodetail_tit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #333; font-size: 14px; font-weight: bold; margin: 0 auto; padding: 0;}
.pro_xxjs p, .pro_xxjs div { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #666; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
.pro_xxjs img { display:inline-block; max-width: 100%; margin: 10px auto; padding: 0;}
/**prodetail**/
.pro_detail_main { width:100%; height:auto; margin: 40px auto 0; padding: 0; position: relative;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box; float: left;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #c00; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 20px auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:30px; overflow: hidden; line-height: 30px; color: #888; font-size: 14px; text-align: justify; white-space:nowrap;	text-overflow: ellipsis; margin: 10px auto; padding: 0; float:left;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333; font-weight: bold;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:6px;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #f7ab01;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #4a4a4a;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #eab110;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #c00;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; box-sizing: border-box; float: left;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:64px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:64px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:100%; float:left; overflow:hidden; margin:0; display:inline;}
#spec-list ul { }
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:64px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #eaeaea; position:relative; box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #c00;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #eaeaea; box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}

#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}

.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media (max-width:1400px) {
	.pro_detail_main{width:100%;}
	.prodetail_img{width:45%;}
	#preview{width:100%;}
	.jqzoom{width:100%;}
	#spec-n5{width:100%;}
	#spec-list{width:100%;}
	.pro_detail_main .pro_detail_text{width:52%;}
	.pro_detail_text .pro_detail_btn{width:100%;}
	
	.zoomdiv { left:104%!important}
}
@media (max-width:992px) {
	
}
@media (max-width:880px) {
	.pro_detail_main{width:100%;margin: 24px auto 0;}
	.prodetail_img{width:100%;height:auto;}
	#preview{width:100%;}
	.jqzoom{width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text{width:100%;padding-top:2px;height: auto;min-height:260px; padding-bottom:60px;}
	.pro_detail_text h1{font-size:22px; line-height:32px;}
	.pro_detail_text .jyms{margin: 10px auto;padding: 14px 20px;height:auto;}
	.pro_detail_text ul{overflow:hidden;    margin: 10px auto;}
	.pro_detail_text ul li{font-size:14px;    margin: 6px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a{height:48px;line-height:48px;width:48%;font-size:16px;}
	.pro_detail_btn a.prodtl_btn1{margin: 0 4% 0 0;}
	#spec-n5{width:100%;}
	#spec-list{width:100%;}
	.zoomdiv,.jqZoomPup{display:none !important;}
	
}
@media (max-width:767px) {
	
}

/*内页联系方式*/
.tags_title{border-bottom:1px solid #DDD;margin:0 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#fff;color:#333;display:block;margin-right:5px;border: 1px solid #DDD;border-bottom:1px solid #ffffff;font-weight:bold;}
.contact .tags_title{}
.contact .tags_title span{float:left;width:auto;cursor:pointer;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;line-height: 30px;}
.contact .content1{ margin-top:30px;}
.contact .content1 ul li{float: left;width:30%;margin-right: 25px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1{width: 28%;}
.contact .content1 ul li.lx2{width: 36%;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width: 65%;}
.contact .content1 ul li a .wz p{font-size: 18px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size: 18px;display: block;height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.contact .content1 ul li a .wz span.addr{height: 55px;overflow: hidden;line-height: 30px;display: block; white-space:normal;}
.lx_dz { width:100%; overflow:hidden; margin:30px auto; padding:0;}
.lx_dz .dz_map { width:100%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9; box-sizing:border-box;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
@media (max-width:1199px) {.contact .content1 ul li {float: none;width: 100% !important;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:75%;} }
@media (max-width:992px) {}
@media (max-width:880px) {.contact .content1 ul li {float: none;width: 100% !important;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:75%;}
.contact .content1 ul li a .wz p {float:left;width:100%;line-height:26px;padding-right:10px;font-size: 16px;}
.contact .content1 ul li a .wz span {float:left;width:100%;line-height:26px;font-size: 14px;}
.contact .content1 ul li.lx3 a .wz span {float:left;line-height:30px;}
.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;} }
@media (max-width:767px) {.tags_title{margin: 20px 0 30px;}.contact .content1 ul li a .wz { width:70%;}}

/*右侧客服 开始*/
.kfView1 {position:fixed;top:30%;right:2px;z-index:999;}
.kfView1 .tela>a {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.7);margin-bottom:2px;}
.kfView1 .tela>a:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -27px no-repeat;overflow:hidden;margin:9px 10px;}
.kfView1 .tela .wz {position:absolute;top:2px;left:-224px;z-index:999;display:none;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.kfView1 .tela:hover .wz{display:block;}
.kfView1 .tela p {background:#fff;width:200px;height:40px;overflow:hidden;font-size:18px;font-weight:bold;color:#ffa810;line-height:40px;text-align:center;}
.kfView1 .tela p em {width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:50%;right:-6px;}
.kfView1 .wxa {position:relative; text-align:center;}
.kfView1 .wxa>span {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.7);margin-bottom:2px;}
.kfView1 .wxa>span:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -52px no-repeat;overflow:hidden;margin:9px 10px;}
.kfView1 .wxa .code {position:absolute;top:-40px;left:-144px;z-index:999;display:none;box-shadow: 0 0 10px rgba(0,0,0,.2); background:#fff;}
.kfView1 .wxa:hover .code{display:block;}
.kfView1 .wxa .code p {width:120px;height:120px;overflow:hidden;}
.kfView1 .wxa .code p img {max-width:100%;max-height:100%;}
.kfView1 .wxa .code p em {width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:42%;right:-6px;}
.kfView1 .wxa .code span {width:120px;overflow:hidden; font-size:14px; line-height:30px;}
.kfView1 a.totop {display:block;width:44px;height:44px;overflow:hidden;background:rgba(255,168,16,.7);margin-bottom:2px;}
.kfView1 a.totop:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -76px no-repeat;overflow:hidden;margin:9px 10px;}
.kfView1 .pfpro,.kfView1 .pflxwm{ display:none;}
/*右侧客服 结束*/
